Operation Object
elementAt (int index), in Class Vector
Documentation
* Returns the component at the specified index.
*
* @param index an index into this vector.
* @return the component at the specified index.
* @exception ArrayIndexOutOfBoundsException if an invalid index was
* given.
* @since JDK1.0
Concurrency | Sequential | Export Control | PublicAccess |
Property Settings
Java
Final | True | Synchronized | True |
Abstract | False | Static | False |
Native | False | | |